@font-face {
  font-family: 'Filson Pro';
  src: url('fonts/FilsonProBlack.otf') format('otf'),
       url('fonts/FilsonProBlackItalic.otf') format('otf'),
       url('fonts/FilsonProBold.otf') format('otf'),
       url('fonts/FilsonProBoldItalic.otf') format('otf'),
       url('fonts/FilsonProBook.otf') format('otf'),
       url('fonts/FilsonProBookItalic.otf') format('otf'),
       url('fonts/FilsonProHeavy.otf') format('otf'),
       url('fonts/FilsonProHeavyItalic.otf') format('otf'),
       url('fonts/FilsonProLight.otf') format('otf'),
       url('fonts/FilsonProLightItalic.otf') format('otf'),
       url('fonts/FilsonProMedium.otf') format('otf'),
       url('fonts/FilsonProMediumItalic.otf') format('otf'),
       url('fonts/FilsonProRegular.otf') format('otf'),
       url('fonts/FilsonProRegularItalic.otf') format('otf'),
       url('fonts/FilsonProThin.otf') format('otf'),
       url('fonts/FilsonProThinItalic.otf') format('otf');

  font-weight: bold;
  font-style: normal;
}

